-
Notifications
You must be signed in to change notification settings - Fork 49
add post process to make timecode subtitles #944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
05a73b6 to
c791c99
Compare
| fi | ||
|
|
||
| # make a timecode vtt | ||
| if [[ "${TIMECODEVTT_CHOICE}" = "true" ]] && [[ "${FORMAT}" = "matroska" ]] && [[ -n "${TIMECODE_CHOICE}" ]] && [[ "${TIMECODE_CHOICE}" != "none" ]] ; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matroska > Matroska ?
like in line 2958
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx, i dropped that commit
|
testing requires a daily build of mediainfo so til there's a new release run and also run |
requires ffmpeg-ma 8.0_2 or greater
c791c99 to
dc33c9e
Compare
|
Ready for testing and review, but we need to wait on a mediainfo release to merge. There's also an issue in ffmpeg-ma where it will only detect timecode when timecode_format is set to 'all'. @JeromeMartinez and I are working on this, for now please test with timecode set to all. |
|
I tested this PR and it worked, however there were a few dependencies. I had to install the latest daily build of mediainfo as suggested by @dericed. I also had to manually install timecodexml2webvtt by running |
requires the next ffmpeg-ma version with matroska timecode captures